home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Full / Panda Internet Security 2009 / IS09PROMO3M.exe / [0] / Files / SDISK32.EXE / 0 / RCDATA / TFORMMSGREINTENTO / TFORMMSGREINTENTO.txt < prev   
Text File  |  2008-07-03  |  2KB  |  85 lines

  1. object FormMsgReintento: TFormMsgReintento
  2.   Left = 281
  3.   Top = 279
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Disco de rescate'
  7.   ClientHeight = 103
  8.   ClientWidth = 398
  9.   Color = 14215660
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   Position = poOwnerFormCenter
  18.   Scaled = False
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Image1: TImage
  23.     Left = 17
  24.     Top = 14
  25.     Width = 32
  26.     Height = 32
  27.     Picture.Data = {<image001.bmp>}
  28.     Transparent = True
  29.   end
  30.   object LbMsgError: TLabel
  31.     Left = 66
  32.     Top = 10
  33.     Width = 320
  34.     Height = 13
  35.     Caption = 'Mensaje de error'
  36.     Constraints.MinWidth = 320
  37.     Font.Charset = DEFAULT_CHARSET
  38.     Font.Color = clWindowText
  39.     Font.Height = -11
  40.     Font.Name = 'Tahoma'
  41.     Font.Style = []
  42.     ParentFont = False
  43.     Transparent = True
  44.     WordWrap = True
  45.   end
  46.   object LbMsgSugerencia: TLabel
  47.     Left = 68
  48.     Top = 36
  49.     Width = 320
  50.     Height = 13
  51.     Caption = 'Sugerencia.      !!!CONTROLES AJUSTADOS POR C∩┐╜DIGO!!!'
  52.     Constraints.MinWidth = 320
  53.     Font.Charset = DEFAULT_CHARSET
  54.     Font.Color = clWindowText
  55.     Font.Height = -11
  56.     Font.Name = 'Tahoma'
  57.     Font.Style = []
  58.     ParentFont = False
  59.     Transparent = True
  60.     WordWrap = True
  61.   end
  62.   object BtCancel: TPlaButton
  63.     Left = 297
  64.     Top = 74
  65.     Width = 90
  66.     Height = 21
  67.     Anchors = [akRight, akBottom]
  68.     Caption = '&Cancelar'
  69.     TabOrder = 0
  70.     Cancel = True
  71.     ModalResult = 2
  72.   end
  73.   object BtReintentar: TPlaButton
  74.     Left = 195
  75.     Top = 74
  76.     Width = 90
  77.     Height = 21
  78.     Anchors = [akRight, akBottom]
  79.     Caption = '&Reintentar'
  80.     TabOrder = 1
  81.     Default = True
  82.     ModalResult = 4
  83.   end
  84. end
  85.